home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-06-19 | 1.1 KB | 38 lines | [TEXT/ttxt] |
- #
- # National Holiday Definition for U.Kingdom
- # 1998/5/15 Copyright WAKI Riuzo
- #
- # format
- # 1st column
- # # Comment
- # :year:month:day:dayofweek:special:flags:move:name
- # dayofweek = Su, Mo, Tu, We, Th, Fr, Sa
- # special = E (Easter)
- # V (Vernal Equinox, shunbun)
- # A (Autumnal Equinox, shuubun)
- # 4 (every 4 years)
- # flags = W (Working day = not holiday)
- # B (Before)
- # move = Su, Mo, Tu, We, Th, Fr, Sa
- # if the day was sunday(or monday or ...), next day is holiday
- #
- # Sample
- # :1991:4:25:::W::Yui's Birthday
- # --> 25th April from 1991 (not holiday)
- # ::5:8:Su::::Mother's Day
- # --> nearest Sunday after 8th May (= 2nd Sunday of May)
- # 1st=1, 2nd=8, 3rd=15, 4th=22
- # :::5:31:Mo::B::Late Spring Bank Holiday
- # --> nearest Monday before 31th May (= Last Monday of May)
- #
- #
- ::1:1:::::New Year's Day
- ::::Fi:E:B::Good Friday
- :::::E:::Easter
- ::::Mo:E:::Easter Monday
- ::5:1:Mo::::May Day
- ::5:31:Mo::B::Late Spring Bank Holiday
- ::8:31:Mo::B::August Bank Holiday
- ::12:25:::::Christmas Day
- ::12:26::::Su:Boxing Day
-